non-procedural - определение. Что такое non-procedural
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое non-procedural - определение

PROGRAMMING PARADIGM
Procedural programming languages; Procedural language; Procedural (programming); Procedural programming language; Procedural code; Procedure-oriented language; Procedure orientation; Procedual language
Найдено результатов: 4471
Procedural law         
THE SUM OF THE LEGAL NORMS IN COURT PROCEDURES
Procedural Law; Procedure law; Legal procedure; Procedural right; Court proceeding; Procedural rights; Legal Procedure; Adjective law; Rules of court; Court rules; Code of procedure
Procedural law, adjective law, in some jurisdictions referred to as remedial law, or rules of court, comprises the rules by which a court hears and determines what happens in civil, lawsuit, criminal or administrative proceedings. The rules are designed to ensure a fair and consistent application of due process (in the U.
rules of court         
THE SUM OF THE LEGAL NORMS IN COURT PROCEDURES
Procedural Law; Procedure law; Legal procedure; Procedural right; Court proceeding; Procedural rights; Legal Procedure; Adjective law; Rules of court; Court rules; Code of procedure
n. a set of procedural regulations adopted by courts which are mandatory upon parties and their lawyers on matters within the jurisdiction of those courts. Most states have statewide rules of court. Federal court rules are adopted by the district courts based on the Federal Rules of Procedure, and county, district and municipal court judges adopt what are called "local rules" of court. Local rules encompass the time allowed to file papers, the format of documents (including the paper colors of appeal court briefs), the number of copies to be filed, the procedure to file motions, the basis for calculating alimony and child support, fees for filing various documents and numerous other mundane but vital matters. These rules are violated or ignored at the peril of the client and his/her/its counsel. See also: procedure rule
procedural         
WIKIMEDIA DISAMBIGUATION PAGE
Procedural (disambiguation)
Procedural means involving a formal procedure. (FORMAL)
A Spanish judge rejected the suit on procedural grounds...
ADJ: usu ADJ n
procedural         
WIKIMEDIA DISAMBIGUATION PAGE
Procedural (disambiguation)
Procedural memory         
  • Basal ganglia (red) and related structures (blue) shown within the brain
  • The cerebellum is highlighted red
  • thumb
  • A countless number of potential procedures
  • Dopamine Pathways in the brain highlighted in Blue
  • Coronal FSPGR through the brain of Huntington's patient
  • Screenshot of a computerized version of the pursuit rotor task.
  • Team Canada]]
TYPE OF IMPLICIT LONG-TERM MEMORY WHICH AIDS THE PERFORMANCE OF PARTICULAR TYPES OF TASKS WITHOUT CONSCIOUS AWARENESS OF THESE PREVIOUS EXPERIENCES
Procedural memories; Procedural learning
Procedural memory is a type of implicit memory (unconscious, long-term memory) which aids the performance of particular types of tasks without conscious awareness of these previous experiences.
Procedure code         
MEDICAL CLASSIFICATION TO IDENTIFY SPECIFIC SURGICAL, MEDICAL, OR DIAGNOSTIC INTERVENTIONS
Procedural codes; Medical codes; Medical code; Procedure codes; Procedural classification
Procedure codes are a sub-type of medical classification used to identify specific surgical, medical, or diagnostic interventions. The structure of the codes will depend on the classification; for example some use a numerical system, others alphanumeric.
Procedural drama         
GENRE OF TELEVISION PROGRAMMING
Procedural (genre); Procedural (fiction)
A procedural or procedural drama is a cross-genre type of literature, film, or television program involving a sequence of technical detail. A documentary film may also be written in a procedural style to heighten narrative interest.
Judicial economy         
Procedural economy
Judicial economy or procedural economy is the principle that the limited resources of the legal system or a given court should be conserved by the refusal to decide one or more claims raised in a case. For example, the plaintiff may claim that the defendant's actions violated three distinct laws.
procedural language         
<language> Any programming language in which the programmer specifies an explicit sequences of steps to follow to produce a result (an algorithm). The term should not be confused with "imperative language" - a language that specifies explicit manipulation of state. An example (non-imperative) procedural language is LOGO, which specifies sequences of steps to perform but does not have an internal state. Other procedural languages include Basic, Pascal, C, and Modula-2. Both procedural and imperative languages are in contrast to declarative languages, in which the programmer specifies neither explicit steps nor explicit state manipulation. (2004-05-17)
Procedural programming         
Procedural programming is a programming paradigm, derived from imperative programming, based on the concept of the procedure call. Procedures (a type of routine or subroutine) simply contain a series of computational steps to be carried out.

Википедия

Procedural programming

Procedural programming is a programming paradigm, derived from imperative programming, based on the concept of the procedure call. Procedures (a type of routine or subroutine) simply contain a series of computational steps to be carried out. Any given procedure might be called at any point during a program's execution, including by other procedures or itself. The first major procedural programming languages appeared circa 1957–1964, including Fortran, ALGOL, COBOL, PL/I and BASIC. Pascal and C were published circa 1970–1972.

Computer processors provide hardware support for procedural programming through a stack register and instructions for calling procedures and returning from them. Hardware support for other types of programming is possible, but no attempt was commercially successful (for example Lisp machines or Java processors).